ComponentOne ASP.NET MVC Controls
ItemValidator Method (FlexGridBaseBuilder<T,TControl,TBuilder>)

C1.Web.Mvc.Fluent Namespace > FlexGridBaseBuilder<T,TControl,TBuilder> Class : ItemValidator Method
The value.
Configurates C1.Web.Mvc.FlexGridBase<T>.ItemValidator. Sets a validator function to determine whether cells contain valid data.
Syntax
'Declaration
 
Public Overridable Function ItemValidator( _
   ByVal value As String _
) As TBuilder
public virtual TBuilder ItemValidator( 
   string value
)

Parameters

value
The value.

Return Value

Current builder.
Remarks
If specified, the validator function should take two parameters containing the cell's row and column indices, and should return a string containing the error description. This property is especially useful when dealing with unbound grids, since bound grids can be validated using the C1.Web.Mvc.BaseCollectionViewService<T>.GetError property instead.
See Also

Reference

FlexGridBaseBuilder<T,TControl,TBuilder> Class
FlexGridBaseBuilder<T,TControl,TBuilder> Members